diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-13 16:07:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-13 16:07:13 +0900 |
| commit | a40f1d2057d28d610c9d975081c012f9f136d270 (patch) | |
| tree | c81922ac6222c38763f008a6fc464190a8e27852 /config/waybar/configs/SummitSplit [Top & Bot] | |
| parent | 2a48707a57672937f659d83492a07959b4063c87 (diff) | |
| parent | 0148f6082c3b8460703ae4c3f5dedcb0a7aa3632 (diff) | |
Merge pull request #69 from JaKooLit/development
Development
Diffstat (limited to 'config/waybar/configs/SummitSplit [Top & Bot]')
| -rw-r--r-- | config/waybar/configs/SummitSplit [Top & Bot] | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/config/waybar/configs/SummitSplit [Top & Bot] b/config/waybar/configs/SummitSplit [Top & Bot] new file mode 100644 index 00000000..5ea91ad7 --- /dev/null +++ b/config/waybar/configs/SummitSplit [Top & Bot] @@ -0,0 +1,78 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### DUAL TOP and BOTTOM ### // + +[{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 2, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "cpu", + "temperature", + "memory", + "disk", + ], + +"modules-center": [ + "idle_inhibitor", + "clock", + "custom/light_dark", + ], + +"modules-right": [ + "custom/weather", + "battery", + "backlight", + "bluetooth", + "network", + //"custom/updater", + "custom/cycle_wall", + "custom/lock", + ], +}, + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "bottom", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-left": 8, +"margin-right": 8, +"margin-bottom": 2, + +"modules-left": [ + "custom/menu", + "wlr/taskbar", + ], + +"modules-center": [ + "hyprland/workspaces#4", + ], + +"modules-right": [ + "hyprland/window", + "tray", + "mpris", + "keyboard-state", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + "custom/power", + ], + +}]
\ No newline at end of file |
